Q3View_GetInterpolationStyleState
You can use theQ3View_GetInterpolationStyleState
function to get the current interpolation style of a view.
TQ3Status Q3View_GetInterpolationStyleState ( TQ3ViewObject view, TQ3InterpolationStyle *interpolationType);
view
- A view.
interpolationType
- On exit, the current interpolation style of the specified view.
DESCRIPTION
TheQ3View_GetInterpolationStyleState
function returns, in theinterpolationType
parameter, the current interpolation style of the view specified by theview
parameter.